home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / 172btxt.zip / RBBSZIP.ZIP / ZIP.DOC < prev    next >
Text File  |  1989-05-24  |  3KB  |  62 lines

  1. RBBS & ZIP
  2. by Ken Goosens 
  3. 24 May 1989
  4.  
  5. RBBS 17.2A supports any file library and compression technique just as
  6. well as ARC, provided you have enough memory to support shelling.
  7.  
  8. If you want to set up RBBS to support ZIP, do the following:
  9.  
  10. (1)  set the default extension to ZIP in config.
  11.  
  12. (2)  where you say in config to look for command.com, put in
  13.      TZIP.BAT.  Be sure to put PKUNZIP.EXE in the path as well.
  14.      This will verify the integrity of uploads at the time of
  15.      upload.   The file TARC.BAT is provided as well, to verify
  16.      that ARCed uploads are fine too.  It assumes that you
  17.      are using PKUNPAK.EXE.
  18.  
  19. (3)  RBBS will disallow an upload not having the default extension
  20.      if a file exists with the same prefix and the default extension.
  21.      This should eliminate duplicates.   E.g. SORT232.ARC would be
  22.      rejected because we have a ZIP version if ZIP is default and
  23.      there is a file called SORT232.ZIP.
  24.  
  25. (4)  You cause uploads with extension <u-ext> to be converted to
  26.      default extension <d-ext> by including where command.com a
  27.      file named C<u-ext><d-ext>.BAT, which RBBS will shell to.
  28.      The upload will be converted immediately at the time of
  29.      upload and will be added to the directory under the converted
  30.      name and file size.
  31.  
  32.      Included in the utilities is are 3 BAT files for converting:
  33.  
  34.      CARCZIP.BAT - convert ARC to ZIP.  Put in drive/path of
  35.         command.com specified in Config.   Change the 4th parameter
  36.         to the drive/path where your uploads go.  Make sure
  37.         PKUNPAK.EXE is in your search path.
  38.  
  39.      CPAKZIP.BAT - convert PAK to ZIP.  Same directions as
  40.         for CARCZIP.BAT.  Make sure PAK.EXE is in your drive
  41.         path.
  42.  
  43.      CALLZ.BAT - bat file other 2 invoke.  Makes work directory
  44.         using node name off of upload directory, extracts files
  45.         into it, zip's all files from there into your upload
  46.         directory, deletes old file, deletes work directory.
  47.         Uses KDY.EXE which deletes files and directory without
  48.         requiring confirmation.  Resets errorlevel to 0 at
  49.         end.
  50.  
  51. The bat files take under 100K.
  52.  
  53. The BAT files assume that you have a directory C:\RBBS that it
  54. can use as a work area.   In CPAKZIP.BAT and CARCZIP.BAT you can
  55. edit this to whatever you wish.
  56.  
  57. (5)  RBBS will work properly with Smith's ZIPTV.EXE, which supports
  58.      viewing not only a list of the files in a ZIP, but viewing text
  59.      files inside the zip as well.   The new VZIP.BAT distributed
  60.      works with ZIPTV.
  61.  
  62.